projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e36d3fc
)
Convert cvs-status-mode-map to new syntax
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 17 Oct 2021 18:48:34 +0000
(20:48 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 17 Oct 2021 18:51:31 +0000
(20:51 +0200)
* lisp/vc/cvs-status.el (cvs-status-mode-map): Convert a small
keymap to the new ["..."] syntax.
lisp/vc/cvs-status.el
patch
|
blob
|
history
diff --git
a/lisp/vc/cvs-status.el
b/lisp/vc/cvs-status.el
index 6b49690aa428f271259f4d8c4b3dec23c0cd004a..723f277e07f7c34dce1a81bdae63bcc8769d8cfa 100644
(file)
--- a/
lisp/vc/cvs-status.el
+++ b/
lisp/vc/cvs-status.el
@@
-40,8
+40,8
@@
"p" #'previous-line
"N" #'cvs-status-next
"P" #'cvs-status-prev
-
(kbd "M-n")
#'cvs-status-next
-
(kbd "M-p")
#'cvs-status-prev
+
["M-n"]
#'cvs-status-next
+
["M-p"]
#'cvs-status-prev
"t" #'cvs-status-cvstrees
"T" #'cvs-status-trees
">" #'cvs-mode-checkout)